#CFD2EB

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

Shades of Quartz #CFD2EB

Tints of Quartz #CFD2EB

Color information

#CFD2EB (or 0xCFD2EB) is unknown color: approx Quartz. HEX triplet: CF, D2 and EB. RGB value is (207,210,235). Sum of RGB (Red+Green+Blue) = 207+210+235=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 210 (82.42% from 255 or 32.21% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #CFD2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2EB is #302D14. Grayscale: #D3D3D3. Windows color (decimal): -3157269 or 15454927. OLE color: 15454927.

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

Color convert

RGB207210235-
CMYK0.120.1100.08
HSL233.57º41.18%86.67%-
HSV(B)233.57º11.91%92.16%-
XYZ63.7765.3687.85-
YUV211.95141.01124.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 210 (82.42% from 255) = 32.21%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=31.75%
G=32.21%
B=36.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072102350.120.1100.08233.5741.1886.67
HexCFD2EBCB08ea2957
Octal317322353141301035251127
Binary1100111111010010111010111100101101000111010101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD2EB; }

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

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

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

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

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

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

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

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