Html Css Color HEX #CCDBEE Hawkes Blue

📋 copy color: '#CCDBEE'

red 204 ◦ green 219 ◦ blue 238

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

Shades of Hawkes Blue #CCDBEE

Tints of Hawkes Blue #CCDBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.01%

R = 30.86%
G = 33.13%
B = 36.01%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCDBEE (or 0xCCDBEE) is known color: Hawkes Blue. HEX triplet: CC, DB and EE. RGB value is (204,219,238). Sum of RGB (Red+Green+Blue) = 204+219+238=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDBEE is #332411. Grayscale: #D8D8D8. Windows color (decimal): -3351570 or 15653836. OLE color: 15653836.

HSL color Cylindrical-coordinate representation of color #CCDBEE: hue angle of 213.53º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCDBEE is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 219 238 -
CMYK 0.14 0.08 0 0.07
HSL 213.53º 0.5% 0.87% -
HSV(B) 213.53º 0.14% 0.93% -
XYZ 65.67 69.67 90.88 -
YUV 216.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 204 219 238 0.14 0.08 0 0.07 213.53 0.5 0.87
Hex CC DB EE E 8 0 7 D6 32 57
Octal 314 333 356 16 10 0 7 326 62 127
Binary 11001100 11011011 11101110 1110 1000 0 111 11010110 110010 1010111

Color Harmonies of #CCDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBEE

Black with #CCDBEE

Text Example


Text Example

White with #CCDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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