Html Css Color HEX #CCDBF8 Hawkes Blue

📋 copy color: '#CCDBF8'

red 204 ◦ green 219 ◦ blue 248

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

Shades of Hawkes Blue #CCDBF8

Tints of Hawkes Blue #CCDBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 30.4%
G = 32.64%
B = 36.96%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCDBF8 (or 0xCCDBF8) is known color: Hawkes Blue. HEX triplet: CC, DB and F8. RGB value is (204,219,248). Sum of RGB (Red+Green+Blue) = 204+219+248=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 219 (85.94% from 255 or 32.64% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCDBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBF8 is #332407. Grayscale: #D9D9D9. Windows color (decimal): -3351560 or 16309196. OLE color: 16309196.

HSL color Cylindrical-coordinate representation of color #CCDBF8: hue angle of 219.55º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCDBF8 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 219 248 -
CMYK 0.18 0.12 0 0.03
HSL 219.55º 0.76% 0.89% -
HSV(B) 219.55º 0.18% 0.97% -
XYZ 67.18 70.28 98.83 -
YUV 217.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 204 219 248 0.18 0.12 0 0.03 219.55 0.76 0.89
Hex CC DB F8 12 C 0 3 DC 4C 59
Octal 314 333 370 22 14 0 3 334 114 131
Binary 11001100 11011011 11111000 10010 1100 0 11 11011100 1001100 1011001

Color Harmonies of #CCDBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBF8

Black with #CCDBF8

Text Example


Text Example

White with #CCDBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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