Html Css Color HEX #CFAEE1 Prelude

📋 copy color: '#CFAEE1'

red 207 ◦ green 174 ◦ blue 225

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

Shades of Prelude #CFAEE1

Tints of Prelude #CFAEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.13%

R = 34.16%
G = 28.71%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFAEE1 (or 0xCFAEE1) is known color: Prelude. HEX triplet: CF, AE and E1. RGB value is (207,174,225). Sum of RGB (Red+Green+Blue) = 207+174+225=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAEE1 is #30511E. Grayscale: #BDBDBD. Windows color (decimal): -3166495 or 14790351. OLE color: 14790351.

HSL color Cylindrical-coordinate representation of color #CFAEE1: hue angle of 278.82º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAEE1 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 174 225 -
CMYK 0.08 0.23 0 0.12
HSL 278.82º 0.46% 0.78% -
HSV(B) 278.82º 0.23% 0.88% -
XYZ 54.46 48.97 77.82 -
YUV 189.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 207 174 225 0.08 0.23 0 0.12 278.82 0.46 0.78
Hex CF AE E1 8 17 0 C 117 2E 4E
Octal 317 256 341 10 27 0 14 427 56 116
Binary 11001111 10101110 11100001 1000 10111 0 1100 100010111 101110 1001110

Color Harmonies of #CFAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAEE1

Black with #CFAEE1

Text Example


Text Example

White with #CFAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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