Html Css Color HEX #CFAFE2 Prelude

📋 copy color: '#CFAFE2'

red 207 ◦ green 175 ◦ blue 226

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

Shades of Prelude #CFAFE2

Tints of Prelude #CFAFE2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

 BLUE value IS 226 (88.67% from 255) = 37.17%

R = 34.05%
G = 28.78%
B = 37.17%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CFAFE2 (or 0xCFAFE2) is known color: Prelude. HEX triplet: CF, AF and E2. RGB value is (207,175,226). Sum of RGB (Red+Green+Blue) = 207+175+226=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE2 is #30501D. Grayscale: #BEBEBE. Windows color (decimal): -3166238 or 14856143. OLE color: 14856143.

HSL color Cylindrical-coordinate representation of color #CFAFE2: hue angle of 277.65º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFAFE2 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 175 226 -
CMYK 0.08 0.23 0 0.11
HSL 277.65º 0.47% 0.79% -
HSV(B) 277.65º 0.23% 0.89% -
XYZ 54.79 49.42 78.6 -
YUV 190.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 207 175 226 0.08 0.23 0 0.11 277.65 0.47 0.79
Hex CF AF E2 8 17 0 B 116 2F 4F
Octal 317 257 342 10 27 0 13 426 57 117
Binary 11001111 10101111 11100010 1000 10111 0 1011 100010110 101111 1001111

Color Harmonies of #CFAFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFE2

Black with #CFAFE2

Text Example


Text Example

White with #CFAFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFE2; }

 p { color: rgb(207,175,226); }

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

background-color css

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

 a { background-color: rgb(207,175,226); }

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

border-color css

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

 span { border-color: rgb(207,175,226); }

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