Html Css Color HEX #CCD4EB Hawkes Blue

📋 copy color: '#CCD4EB'

red 204 ◦ green 212 ◦ blue 235

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

Shades of Hawkes Blue #CCD4EB

Tints of Hawkes Blue #CCD4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.1%

R = 31.34%
G = 32.57%
B = 36.1%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CCD4EB (or 0xCCD4EB) is known color: Hawkes Blue. HEX triplet: CC, D4 and EB. RGB value is (204,212,235). Sum of RGB (Red+Green+Blue) = 204+212+235=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD4EB is #332B14. Grayscale: #D4D4D4. Windows color (decimal): -3353365 or 15455436. OLE color: 15455436.

HSL color Cylindrical-coordinate representation of color #CCD4EB: hue angle of 224.52º degrees, saturation: 0.44, 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 #CCD4EB is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 212 235 -
CMYK 0.13 0.10 0 0.08
HSL 224.52º 0.44% 0.86% -
HSV(B) 224.52º 0.13% 0.92% -
XYZ 63.44 65.92 87.98 -
YUV 212.23 140.85 122.13 -
System Red Green Blue C M Y K H S L
Decimal 204 212 235 0.13 0.10 0 0.08 224.52 0.44 0.86
Hex CC D4 EB D A 0 8 E1 2C 56
Octal 314 324 353 15 12 0 10 341 54 126
Binary 11001100 11010100 11101011 1101 1010 0 1000 11100001 101100 1010110

Color Harmonies of #CCD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD4EB

Black with #CCD4EB

Text Example


Text Example

White with #CCD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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