#CFDDF3

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

Shades of Hawkes Blue #CFDDF3

Tints of Hawkes Blue #CFDDF3

Color information

#CFDDF3 (or 0xCFDDF3) is unknown color: approx Hawkes Blue. HEX triplet: CF, DD and F3. RGB value is (207,221,243). Sum of RGB (Red+Green+Blue) = 207+221+243=671 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.85% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDDF3 is #30220C. Grayscale: #DBDBDB. Windows color (decimal): -3154445 or 15982031. OLE color: 15982031.

HSL color Cylindrical-coordinate representation of color #CFDDF3: hue angle of 216.67º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFDDF3 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207221243-
CMYK0.150.0900.05
HSL216.67º60%88.24%-
HSV(B)216.67º14.81%95.29%-
XYZ67.7771.4595.01-
YUV219.32141.36119.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.85%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 243 (95.31% from 255) = 36.21%
R=30.85%
G=32.94%
B=36.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072212430.150.0900.05216.676088.24
HexCFDDF3F905d93c58
Octal31733536317110533174130
Binary110011111101110111110011111110010101110110011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDF3; }

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

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

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

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

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

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

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

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