Html Css Color HEX #CCD5EE Hawkes Blue

📋 copy color: '#CCD5EE'

red 204 ◦ green 213 ◦ blue 238

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

Shades of Hawkes Blue #CCD5EE

Tints of Hawkes Blue #CCD5EE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.52%

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

R = 31.15%
G = 32.52%
B = 36.34%

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

#CCD5EE (or 0xCCD5EE) is known color: Hawkes Blue. HEX triplet: CC, D5 and EE. RGB value is (204,213,238). Sum of RGB (Red+Green+Blue) = 204+213+238=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD5EE is #332A11. Grayscale: #D5D5D5. Windows color (decimal): -3353106 or 15652300. OLE color: 15652300.

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

Color convert

RGB 204 213 238 -
CMYK 0.14 0.11 0 0.07
HSL 224.12º 0.5% 0.87% -
HSV(B) 224.12º 0.14% 0.93% -
XYZ 64.13 66.6 90.36 -
YUV 213.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 204 213 238 0.14 0.11 0 0.07 224.12 0.5 0.87
Hex CC D5 EE E B 0 7 E0 32 57
Octal 314 325 356 16 13 0 7 340 62 127
Binary 11001100 11010101 11101110 1110 1011 0 111 11100000 110010 1010111

Color Harmonies of #CCD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD5EE

Black with #CCD5EE

Text Example


Text Example

White with #CCD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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