#CFDDFE

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

Shades of Hawkes Blue #CFDDFE

Tints of Hawkes Blue #CFDDFE

Color information

#CFDDFE (or 0xCFDDFE) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and FE. RGB value is (207,221,254). Sum of RGB (Red+Green+Blue) = 207+221+254=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFDDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDFE is #302201. Grayscale: #DCDCDC. Windows color (decimal): -3154434 or 16702927. OLE color: 16702927.

HSL color Cylindrical-coordinate representation of color #CFDDFE: hue angle of 222.13º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDDFE is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207221254-
CMYK0.190.1300.00
HSL222.13º95.92%90.39%-
HSV(B)222.13º18.5%99.61%-
XYZ69.4872.13104.03-
YUV220.58146.86118.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=30.35%
G=32.40%
B=37.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072212540.190.1300.00222.1395.9290.39
HexCFDDFE13D00de605a
Octal317335376231500336140132
Binary110011111101110111111110100111101001101111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDFE; }

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

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

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

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

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

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

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

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