#CCDBF1

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

Shades of Hawkes Blue #CCDBF1

Tints of Hawkes Blue #CCDBF1

Color information

#CCDBF1 (or 0xCCDBF1) is unknown color: approx Hawkes Blue. HEX triplet: CC, DB and F1. RGB value is (204,219,241). Sum of RGB (Red+Green+Blue) = 204+219+241=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF1 is #33240E. Grayscale: #D8D8D8. Windows color (decimal): -3351567 or 15850444. OLE color: 15850444.

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

Color convert

RGB204219241-
CMYK0.150.0900.05
HSL215.68º56.92%87.25%-
HSV(B)215.68º15.35%94.51%-
XYZ66.1169.8593.22-
YUV217.02141.53118.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.72%
GREEN value IS 219 (85.94% from 255) = 32.98%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=30.72%
G=32.98%
B=36.30%

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
Decimal2042192410.150.0900.05215.6856.9287.25
HexCCDBF1F905d83957
Octal31433336117110533071127
Binary110011001101101111110001111110010101110110001110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDBF1; }

 p { color: rgb(204,219,241); }

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

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

 a { background-color: rgb(204,219,241); }

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

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

 span { border-color: rgb(204,219,241); }

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