#CFDFF3

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

Shades of Hawkes Blue #CFDFF3

Tints of Hawkes Blue #CFDFF3

Color information

#CFDFF3 (or 0xCFDFF3) is unknown color: approx Hawkes Blue. HEX triplet: CF, DF and F3. RGB value is (207,223,243). Sum of RGB (Red+Green+Blue) = 207+223+243=673 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.76% from 673); Green value is 223 (87.5% from 255 or 33.14% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #CFDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDFF3 is #30200C. Grayscale: #DCDCDC. Windows color (decimal): -3153933 or 15982543. OLE color: 15982543.

HSL color Cylindrical-coordinate representation of color #CFDFF3: hue angle of 213.33º 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 #CFDFF3 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB207223243-
CMYK0.150.0800.05
HSL213.33º60%88.24%-
HSV(B)213.33º14.81%95.29%-
XYZ68.372.5195.19-
YUV220.5140.7118.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.76%
GREEN value IS 223 (87.5% from 255) = 33.14%
BLUE value IS 243 (95.31% from 255) = 36.11%
R=30.76%
G=33.14%
B=36.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072232430.150.0800.05213.336088.24
HexCFDFF3F805d53c58
Octal31733736317100532574130
Binary110011111101111111110011111110000101110101011111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDFF3; }

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

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

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

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

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

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

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

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