Html Css Color HEX #CCD7EA Hawkes Blue

📋 copy color: '#CCD7EA'

red 204 ◦ green 215 ◦ blue 234

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

Shades of Hawkes Blue #CCD7EA

Tints of Hawkes Blue #CCD7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 31.24%
G = 32.92%
B = 35.83%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCD7EA (or 0xCCD7EA) is known color: Hawkes Blue. HEX triplet: CC, D7 and EA. RGB value is (204,215,234). Sum of RGB (Red+Green+Blue) = 204+215+234=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD7EA is #332815. Grayscale: #D5D5D5. Windows color (decimal): -3352598 or 15390668. OLE color: 15390668.

HSL color Cylindrical-coordinate representation of color #CCD7EA: hue angle of 218º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCD7EA is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 215 234 -
CMYK 0.13 0.08 0 0.08
HSL 218º 0.42% 0.86% -
HSV(B) 218º 0.13% 0.92% -
XYZ 64.05 67.38 87.47 -
YUV 213.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 204 215 234 0.13 0.08 0 0.08 218 0.42 0.86
Hex CC D7 EA D 8 0 8 DA 2A 56
Octal 314 327 352 15 10 0 10 332 52 126
Binary 11001100 11010111 11101010 1101 1000 0 1000 11011010 101010 1010110

Color Harmonies of #CCD7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7EA

Black with #CCD7EA

Text Example


Text Example

White with #CCD7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7EA; }

 p { color: rgb(204,215,234); }

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

background-color css

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

 a { background-color: rgb(204,215,234); }

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

border-color css

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

 span { border-color: rgb(204,215,234); }

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