Html Css Color HEX #CFC9ED Lavender Blue

📋 copy color: '#CFC9ED'

red 207 ◦ green 201 ◦ blue 237

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

Shades of Lavender Blue #CFC9ED

Tints of Lavender Blue #CFC9ED

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.16%

 BLUE value IS 237 (92.97% from 255) = 36.74%

R = 32.09%
G = 31.16%
B = 36.74%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CFC9ED (or 0xCFC9ED) is known color: Lavender Blue. HEX triplet: CF, C9 and ED. RGB value is (207,201,237). Sum of RGB (Red+Green+Blue) = 207+201+237=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 201 (78.91% from 255 or 31.16% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CFC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9ED is #303612. Grayscale: #CECECE. Windows color (decimal): -3159571 or 15583695. OLE color: 15583695.

HSL color Cylindrical-coordinate representation of color #CFC9ED: hue angle of 250º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFC9ED is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 201 237 -
CMYK 0.13 0.15 0 0.07
HSL 250º 0.5% 0.86% -
HSV(B) 250º 0.15% 0.93% -
XYZ 61.9 61.15 88.66 -
YUV 206.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 207 201 237 0.13 0.15 0 0.07 250 0.5 0.86
Hex CF C9 ED D F 0 7 FA 32 56
Octal 317 311 355 15 17 0 7 372 62 126
Binary 11001111 11001001 11101101 1101 1111 0 111 11111010 110010 1010110

Color Harmonies of #CFC9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC9ED

Black with #CFC9ED

Text Example


Text Example

White with #CFC9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC9ED; }

 p { color: rgb(207,201,237); }

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

background-color css

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

 a { background-color: rgb(207,201,237); }

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

border-color css

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

 span { border-color: rgb(207,201,237); }

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