Html Css Color HEX #CFCFDA Lavender Grey

📋 copy color: '#CFCFDA'

red 207 ◦ green 207 ◦ blue 218

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

Shades of Lavender Grey #CFCFDA

Tints of Lavender Grey #CFCFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.49%

R = 32.75%
G = 32.75%
B = 34.49%

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

#CFCFDA (or 0xCFCFDA) is known color: Lavender Grey. HEX triplet: CF, CF and DA. RGB value is (207,207,218). Sum of RGB (Red+Green+Blue) = 207+207+218=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 218 - color contains mainly: blue. Hex color #CFCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFDA is #303025. Grayscale: #D0D0D0. Windows color (decimal): -3158054 or 14340047. OLE color: 14340047.

HSL color Cylindrical-coordinate representation of color #CFCFDA: hue angle of 240º 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 #CFCFDA is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 207 218 -
CMYK 0.05 0.05 0 0.15
HSL 240º 0.13% 0.83% -
HSV(B) 240º 0.05% 0.85% -
XYZ 60.7 62.95 75.28 -
YUV 208.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 207 207 218 0.05 0.05 0 0.15 240 0.13 0.83
Hex CF CF DA 5 5 0 F F0 D 53
Octal 317 317 332 5 5 0 17 360 15 123
Binary 11001111 11001111 11011010 101 101 0 1111 11110000 1101 1010011

Color Harmonies of #CFCFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCFDA

Black with #CFCFDA

Text Example


Text Example

White with #CFCFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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