#CFD4F5

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

Shades of Quartz #CFD4F5

Tints of Quartz #CFD4F5

Color information

#CFD4F5 (or 0xCFD4F5) is unknown color: approx Quartz. HEX triplet: CF, D4 and F5. RGB value is (207,212,245). Sum of RGB (Red+Green+Blue) = 207+212+245=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 245 (96.09% from 255 or 36.90% from 664); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F5 is #302B0A. Grayscale: #D6D6D6. Windows color (decimal): -3156747 or 16110799. OLE color: 16110799.

HSL color Cylindrical-coordinate representation of color #CFD4F5: hue angle of 232.11º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD4F5 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207212245-
CMYK0.160.1300.04
HSL232.11º65.52%88.63%-
HSV(B)232.11º15.51%96.08%-
XYZ65.7666.9495.84-
YUV214.27145.34122.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 212 (83.20% from 255) = 31.93%
BLUE value IS 245 (96.09% from 255) = 36.90%
R=31.17%
G=31.93%
B=36.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072122450.160.1300.04232.1165.5288.63
HexCFD4F510D04e84259
Octal317324365201504350102131
Binary11001111110101001111010110000110101001110100010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD4F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD4F5; }

 p { color: rgb(207,212,245); }

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

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

 a { background-color: rgb(207,212,245); }

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

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

 span { border-color: rgb(207,212,245); }

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