Html Css Color HEX #CCDBF2 Hawkes Blue

📋 copy color: '#CCDBF2'

red 204 ◦ green 219 ◦ blue 242

#CCDBF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CCDBF2

Tints of Hawkes Blue #CCDBF2

RGB

 RED value IS 204 (80.08% from 255) = 30.68%

 GREEN value IS 219 (85.94% from 255) = 32.93%

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 30.68%
G = 32.93%
B = 36.39%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCDBF2 (or 0xCCDBF2) is known color: Hawkes Blue. HEX triplet: CC, DB and F2. RGB value is (204,219,242). Sum of RGB (Red+Green+Blue) = 204+219+242=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 219 (85.94% from 255 or 32.93% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCDBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF2 is #33240D. Grayscale: #D9D9D9. Windows color (decimal): -3351566 or 15915980. OLE color: 15915980.

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

Color convert

RGB 204 219 242 -
CMYK 0.16 0.10 0 0.05
HSL 216.32º 0.59% 0.87% -
HSV(B) 216.32º 0.16% 0.95% -
XYZ 66.26 69.91 94.01 -
YUV 217.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 204 219 242 0.16 0.10 0 0.05 216.32 0.59 0.87
Hex CC DB F2 10 A 0 5 D8 3B 57
Octal 314 333 362 20 12 0 5 330 73 127
Binary 11001100 11011011 11110010 10000 1010 0 101 11011000 111011 1010111

Color Harmonies of #CCDBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBF2

Black with #CCDBF2

Text Example


Text Example

White with #CCDBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBF2; }

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

 H1.HeaderClassName
 {
   color: #CCDBF2;
 }
 .AnyTagClassName
 {
   color: #CCDBF2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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