Html Css Color HEX #CFAED9 Prelude

📋 copy color: '#CFAED9'

red 207 ◦ green 174 ◦ blue 217

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

Shades of Prelude #CFAED9

Tints of Prelude #CFAED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.29%

R = 34.62%
G = 29.1%
B = 36.29%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFAED9 (or 0xCFAED9) is known color: Prelude. HEX triplet: CF, AE and D9. RGB value is (207,174,217). Sum of RGB (Red+Green+Blue) = 207+174+217=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAED9 is #305126. Grayscale: #BCBCBC. Windows color (decimal): -3166503 or 14266063. OLE color: 14266063.

HSL color Cylindrical-coordinate representation of color #CFAED9: hue angle of 286.05º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFAED9 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 174 217 -
CMYK 0.05 0.20 0 0.15
HSL 286.05º 0.36% 0.77% -
HSV(B) 286.05º 0.2% 0.85% -
XYZ 53.39 48.55 72.2 -
YUV 188.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 207 174 217 0.05 0.20 0 0.15 286.05 0.36 0.77
Hex CF AE D9 5 14 0 F 11E 24 4D
Octal 317 256 331 5 24 0 17 436 44 115
Binary 11001111 10101110 11011001 101 10100 0 1111 100011110 100100 1001101

Color Harmonies of #CFAED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAED9

Black with #CFAED9

Text Example


Text Example

White with #CFAED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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