#CFDFF2

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

Shades of Hawkes Blue #CFDFF2

Tints of Hawkes Blue #CFDFF2

Color information

#CFDFF2 (or 0xCFDFF2) is unknown color: approx Hawkes Blue. HEX triplet: CF, DF and F2. RGB value is (207,223,242). Sum of RGB (Red+Green+Blue) = 207+223+242=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 223 (87.5% from 255 or 33.18% from 672); Blue value is 242 (94.92% from 255 or 36.01% from 672); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFDFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF2 is #30200D. Grayscale: #DCDCDC. Windows color (decimal): -3153934 or 15917007. OLE color: 15917007.

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

Color convert

RGB207223242-
CMYK0.140.0800.05
HSL212.57º57.38%88.04%-
HSV(B)212.57º14.46%94.9%-
XYZ68.1572.4594.4-
YUV220.38140.2118.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 223 (87.5% from 255) = 33.18%
BLUE value IS 242 (94.92% from 255) = 36.01%
R=30.80%
G=33.18%
B=36.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072232420.140.0800.05212.5757.3888.04
HexCFDFF2E805d53958
Octal31733736216100532571130
Binary110011111101111111110010111010000101110101011110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFF2; }

 p { color: rgb(207,223,242); }

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

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

 a { background-color: rgb(207,223,242); }

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

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

 span { border-color: rgb(207,223,242); }

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