#CFDDFD

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

Shades of Hawkes Blue #CFDDFD

Tints of Hawkes Blue #CFDDFD

Color information

#CFDDFD (or 0xCFDDFD) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and FD. RGB value is (207,221,253). Sum of RGB (Red+Green+Blue) = 207+221+253=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFD is #302202. Grayscale: #DCDCDC. Windows color (decimal): -3154435 or 16637391. OLE color: 16637391.

HSL color Cylindrical-coordinate representation of color #CFDDFD: hue angle of 221.74º degrees, saturation: 0.92, 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 #CFDDFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207221253-
CMYK0.180.1300.01
HSL221.74º92%90.2%-
HSV(B)221.74º18.18%99.22%-
XYZ69.3272.07103.19-
YUV220.46146.36118.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.40%
GREEN value IS 221 (86.72% from 255) = 32.45%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=30.40%
G=32.45%
B=37.15%

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
Decimal2072212530.180.1300.01221.749290.2
HexCFDDFD12D01de5c5a
Octal317335375221501336134132
Binary110011111101110111111101100101101011101111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDFD; }

 p { color: rgb(207,221,253); }

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

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

 a { background-color: rgb(207,221,253); }

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

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

 span { border-color: rgb(207,221,253); }

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