Html Css Color HEX #CFAED8 Prelude

📋 copy color: '#CFAED8'

red 207 ◦ green 174 ◦ blue 216

#CFAED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prelude #CFAED8

Tints of Prelude #CFAED8

RGB

 RED value IS 207 (81.25% from 255) = 34.67%

 GREEN value IS 174 (68.36% from 255) = 29.15%

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 34.67%
G = 29.15%
B = 36.18%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFAED8 (or 0xCFAED8) is known color: Prelude. HEX triplet: CF, AE and D8. RGB value is (207,174,216). Sum of RGB (Red+Green+Blue) = 207+174+216=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFAED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED8 is #305127. Grayscale: #BCBCBC. Windows color (decimal): -3166504 or 14200527. OLE color: 14200527.

HSL color Cylindrical-coordinate representation of color #CFAED8: hue angle of 287.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFAED8 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 174 216 -
CMYK 0.04 0.19 0 0.15
HSL 287.14º 0.35% 0.76% -
HSV(B) 287.14º 0.19% 0.85% -
XYZ 53.26 48.5 71.52 -
YUV 188.66 143.43 141.08 -
System Red Green Blue C M Y K H S L
Decimal 207 174 216 0.04 0.19 0 0.15 287.14 0.35 0.76
Hex CF AE D8 4 13 0 F 11F 23 4C
Octal 317 256 330 4 23 0 17 437 43 114
Binary 11001111 10101110 11011000 100 10011 0 1111 100011111 100011 1001100

Color Harmonies of #CFAED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAED8

Black with #CFAED8

Text Example


Text Example

White with #CFAED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAED8; }

 p { color: rgb(207,174,216); }

 H1.HeaderClassName
 {
   color: #CFAED8;
 }
 .AnyTagClassName
 {
   color: #CFAED8;
 }
</style>

background-color css

<style>
 a { background-color: #CFAED8; }

 a { background-color: rgb(207,174,216); }

 div.DivClassName
 {
   background-color: #CFAED8;
 }
 .BgClassName
 {
   background-color: #CFAED8;
 }
</style>

border-color css

<style>
 span { border-color: #CFAED8; }

 span { border-color: rgb(207,174,216); }

 td.TdClassName
 {
   border-color: #CFAED8;
 }
 .TagClassName
 {
   border-color: #CFAED8;
 }
</style>