Html Css Color HEX #CCD4EE Hawkes Blue

📋 copy color: '#CCD4EE'

red 204 ◦ green 212 ◦ blue 238

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

Shades of Hawkes Blue #CCD4EE

Tints of Hawkes Blue #CCD4EE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

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

R = 31.19%
G = 32.42%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD4EE (or 0xCCD4EE) is known color: Hawkes Blue. HEX triplet: CC, D4 and EE. RGB value is (204,212,238). Sum of RGB (Red+Green+Blue) = 204+212+238=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4EE is #332B11. Grayscale: #D4D4D4. Windows color (decimal): -3353362 or 15652044. OLE color: 15652044.

HSL color Cylindrical-coordinate representation of color #CCD4EE: hue angle of 225.88º 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 #CCD4EE is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 212 238 -
CMYK 0.14 0.11 0 0.07
HSL 225.88º 0.5% 0.87% -
HSV(B) 225.88º 0.14% 0.93% -
XYZ 63.88 66.1 90.28 -
YUV 212.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 204 212 238 0.14 0.11 0 0.07 225.88 0.5 0.87
Hex CC D4 EE E B 0 7 E2 32 57
Octal 314 324 356 16 13 0 7 342 62 127
Binary 11001100 11010100 11101110 1110 1011 0 111 11100010 110010 1010111

Color Harmonies of #CCD4EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4EE

Black with #CCD4EE

Text Example


Text Example

White with #CCD4EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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