#CFD2EA

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

Shades of Quartz #CFD2EA

Tints of Quartz #CFD2EA

Color information

#CFD2EA (or 0xCFD2EA) is unknown color: approx Quartz. HEX triplet: CF, D2 and EA. RGB value is (207,210,234). Sum of RGB (Red+Green+Blue) = 207+210+234=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #CFD2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2EA is #302D15. Grayscale: #D3D3D3. Windows color (decimal): -3157270 or 15389391. OLE color: 15389391.

HSL color Cylindrical-coordinate representation of color #CFD2EA: hue angle of 233.33º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFD2EA is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB207210234-
CMYK0.120.1000.08
HSL233.33º39.13%86.47%-
HSV(B)233.33º11.54%91.76%-
XYZ63.6365.387.09-
YUV211.84140.51124.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 210 (82.42% from 255) = 32.26%
BLUE value IS 234 (91.80% from 255) = 35.94%
R=31.80%
G=32.26%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072102340.120.1000.08233.3339.1386.47
HexCFD2EACA08e92756
Octal317322352141201035147126
Binary1100111111010010111010101100101001000111010011001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2EA; }

 p { color: rgb(207,210,234); }

 H1.HeaderClassName
 {
   color: #CFD2EA;
 }
 .AnyTagClassName
 {
   color: #CFD2EA;
 }
</style>
background-color css

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

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

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

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

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

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