#CFDCFC

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

Shades of Hawkes Blue #CFDCFC

Tints of Hawkes Blue #CFDCFC

Color information

#CFDCFC (or 0xCFDCFC) is unknown color: approx Hawkes Blue. HEX triplet: CF, DC and FC. RGB value is (207,220,252). Sum of RGB (Red+Green+Blue) = 207+220+252=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 220 (86.33% from 255 or 32.40% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFC is #302303. Grayscale: #DBDBDB. Windows color (decimal): -3154692 or 16571599. OLE color: 16571599.

HSL color Cylindrical-coordinate representation of color #CFDCFC: hue angle of 222.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDCFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207220252-
CMYK0.180.1300.01
HSL222.67º88.24%90%-
HSV(B)222.67º17.86%98.82%-
XYZ68.971.48102.26-
YUV219.76146.19118.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 220 (86.33% from 255) = 32.40%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=30.49%
G=32.40%
B=37.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072202520.180.1300.01222.6788.2490
HexCFDCFC12D01df585a
Octal317334374221501337130132
Binary110011111101110011111100100101101011101111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCFC; }

 p { color: rgb(207,220,252); }

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

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

 a { background-color: rgb(207,220,252); }

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

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

 span { border-color: rgb(207,220,252); }

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