#CFD2F4

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

Shades of Quartz #CFD2F4

Tints of Quartz #CFD2F4

Color information

#CFD2F4 (or 0xCFD2F4) is unknown color: approx Quartz. HEX triplet: CF, D2 and F4. RGB value is (207,210,244). Sum of RGB (Red+Green+Blue) = 207+210+244=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 210 (82.42% from 255 or 31.77% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFD2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2F4 is #302D0B. Grayscale: #D4D4D4. Windows color (decimal): -3157260 or 16044751. OLE color: 16044751.

HSL color Cylindrical-coordinate representation of color #CFD2F4: hue angle of 235.14º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD2F4 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207210244-
CMYK0.150.1400.04
HSL235.14º62.71%88.43%-
HSV(B)235.14º15.16%95.69%-
XYZ65.1165.8994.87-
YUV212.98145.51123.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 210 (82.42% from 255) = 31.77%
BLUE value IS 244 (95.70% from 255) = 36.91%
R=31.32%
G=31.77%
B=36.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072102440.150.1400.04235.1462.7188.43
HexCFD2F4FE04eb3f58
Octal31732236417160435377130
Binary110011111101001011110100111111100100111010111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2F4; }

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

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

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

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

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

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

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

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