#CFD0F0

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

Shades of Quartz #CFD0F0

Tints of Quartz #CFD0F0

Color information

#CFD0F0 (or 0xCFD0F0) is unknown color: approx Quartz. HEX triplet: CF, D0 and F0. RGB value is (207,208,240). Sum of RGB (Red+Green+Blue) = 207+208+240=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFD0F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD0F0 is #302F0F. Grayscale: #D3D3D3. Windows color (decimal): -3157776 or 15782095. OLE color: 15782095.

HSL color Cylindrical-coordinate representation of color #CFD0F0: hue angle of 238.18º 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 #CFD0F0 is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB207208240-
CMYK0.140.1300.06
HSL238.18º52.38%87.65%-
HSV(B)238.18º13.75%94.12%-
XYZ64.0264.6791.55-
YUV211.35144.17124.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 208 (81.64% from 255) = 31.76%
BLUE value IS 240 (94.14% from 255) = 36.64%
R=31.60%
G=31.76%
B=36.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072082400.140.1300.06238.1852.3887.65
HexCFD0F0ED06ee3458
Octal31732036016150635664130
Binary110011111101000011110000111011010110111011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD0F0; }

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

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

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

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

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

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

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

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