Html Css Color HEX #CFCFD6 Lavender Grey

📋 copy color: '#CFCFD6'

red 207 ◦ green 207 ◦ blue 214

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

Shades of Lavender Grey #CFCFD6

Tints of Lavender Grey #CFCFD6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.96%

 BLUE value IS 214 (83.98% from 255) = 34.08%

R = 32.96%
G = 32.96%
B = 34.08%

CMYK

 C value IS 0.03

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CFCFD6 (or 0xCFCFD6) is known color: Lavender Grey. HEX triplet: CF, CF and D6. RGB value is (207,207,214). Sum of RGB (Red+Green+Blue) = 207+207+214=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFCFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD6 is #303029. Grayscale: #CFCFCF. Windows color (decimal): -3158058 or 14077903. OLE color: 14077903.

HSL color Cylindrical-coordinate representation of color #CFCFD6: hue angle of 240º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CFCFD6 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 207 214 -
CMYK 0.03 0.03 0 0.16
HSL 240º 0.08% 0.83% -
HSV(B) 240º 0.03% 0.84% -
XYZ 60.18 62.75 72.56 -
YUV 207.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 207 207 214 0.03 0.03 0 0.16 240 0.08 0.83
Hex CF CF D6 3 3 0 10 F0 8 53
Octal 317 317 326 3 3 0 20 360 10 123
Binary 11001111 11001111 11010110 11 11 0 10000 11110000 1000 1010011

Color Harmonies of #CFCFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCFD6

Black with #CFCFD6

Text Example


Text Example

White with #CFCFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCFD6; }

 p { color: rgb(207,207,214); }

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

background-color css

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

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

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

border-color css

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

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

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