#CFCFDA

Color #CFCFDA Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CFCFDA

Tints of Lavender Grey #CFCFDA

Color information

#CFCFDA (or 0xCFCFDA) is unknown color: approx 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

RGB207207218-
CMYK0.050.0500.15
HSL240º12.94%83.33%-
HSV(B)240º5.05%85.49%-
XYZ60.762.9575.28-
YUV208.25133.5127.11-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072072180.050.0500.1524012.9483.33
HexCFCFDA550Ff0d53
Octal3173173325501736015123
Binary110011111100111111011010101101011111111000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>