Html Css Color HEX #CFCED9 Lavender Grey

📋 copy color: '#CFCED9'

red 207 ◦ green 206 ◦ blue 217

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

Shades of Lavender Grey #CFCED9

Tints of Lavender Grey #CFCED9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.7%

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

R = 32.86%
G = 32.7%
B = 34.44%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CFCED9 (or 0xCFCED9) is known color: Lavender Grey. HEX triplet: CF, CE and D9. RGB value is (207,206,217). Sum of RGB (Red+Green+Blue) = 207+206+217=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCED9 is #303126. Grayscale: #CFCFCF. Windows color (decimal): -3158311 or 14274255. OLE color: 14274255.

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

Color convert

RGB 207 206 217 -
CMYK 0.05 0.05 0 0.15
HSL 245.45º 0.13% 0.83% -
HSV(B) 245.45º 0.05% 0.85% -
XYZ 60.33 62.42 74.51 -
YUV 207.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 207 206 217 0.05 0.05 0 0.15 245.45 0.13 0.83
Hex CF CE D9 5 5 0 F F5 D 53
Octal 317 316 331 5 5 0 17 365 15 123
Binary 11001111 11001110 11011001 101 101 0 1111 11110101 1101 1010011

Color Harmonies of #CFCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCED9

Black with #CFCED9

Text Example


Text Example

White with #CFCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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