Html Css Color HEX #CFAFE1 Prelude

📋 copy color: '#CFAFE1'

red 207 ◦ green 175 ◦ blue 225

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

Shades of Prelude #CFAFE1

Tints of Prelude #CFAFE1

RGB

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

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

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

R = 34.1%
G = 28.83%
B = 37.07%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CFAFE1 (or 0xCFAFE1) is known color: Prelude. HEX triplet: CF, AF and E1. RGB value is (207,175,225). Sum of RGB (Red+Green+Blue) = 207+175+225=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #CFAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFAFE1 is #30501E. Grayscale: #BEBEBE. Windows color (decimal): -3166239 or 14790607. OLE color: 14790607.

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

Color convert

RGB 207 175 225 -
CMYK 0.08 0.22 0 0.12
HSL 278.4º 0.45% 0.78% -
HSV(B) 278.4º 0.22% 0.88% -
XYZ 54.65 49.36 77.88 -
YUV 190.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 207 175 225 0.08 0.22 0 0.12 278.4 0.45 0.78
Hex CF AF E1 8 16 0 C 116 2D 4E
Octal 317 257 341 10 26 0 14 426 55 116
Binary 11001111 10101111 11100001 1000 10110 0 1100 100010110 101101 1001110

Color Harmonies of #CFAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAFE1

Black with #CFAFE1

Text Example


Text Example

White with #CFAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAFE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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