#CFD2F0

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

Shades of Quartz #CFD2F0

Tints of Quartz #CFD2F0

Color information

#CFD2F0 (or 0xCFD2F0) is unknown color: approx Quartz. HEX triplet: CF, D2 and F0. RGB value is (207,210,240). Sum of RGB (Red+Green+Blue) = 207+210+240=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 210 (82.42% from 255 or 31.96% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2F0 is #302D0F. Grayscale: #D4D4D4. Windows color (decimal): -3157264 or 15782607. OLE color: 15782607.

HSL color Cylindrical-coordinate representation of color #CFD2F0: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFD2F0 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207210240-
CMYK0.140.1200.06
HSL234.55º52.38%87.65%-
HSV(B)234.55º13.75%94.12%-
XYZ64.5165.6591.71-
YUV212.52143.51124.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 210 (82.42% from 255) = 31.96%
BLUE value IS 240 (94.14% from 255) = 36.53%
R=31.51%
G=31.96%
B=36.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072102400.140.1200.06234.5552.3887.65
HexCFD2F0EC06eb3458
Octal31732236016140635364130
Binary110011111101001011110000111011000110111010111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2F0; }

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

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

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

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

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

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

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

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