Html Css Color HEX #CDD4EC Hawkes Blue

📋 copy color: '#CDD4EC'

red 205 ◦ green 212 ◦ blue 236

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

Shades of Hawkes Blue #CDD4EC

Tints of Hawkes Blue #CDD4EC

RGB

 RED value IS 205 (80.47% from 255) = 31.39%

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

 BLUE value IS 236 (92.58% from 255) = 36.14%

R = 31.39%
G = 32.47%
B = 36.14%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD4EC (or 0xCDD4EC) is known color: Hawkes Blue. HEX triplet: CD, D4 and EC. RGB value is (205,212,236). Sum of RGB (Red+Green+Blue) = 205+212+236=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EC is #322B13. Grayscale: #D4D4D4. Windows color (decimal): -3287828 or 15520973. OLE color: 15520973.

HSL color Cylindrical-coordinate representation of color #CDD4EC: hue angle of 226.45º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD4EC is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 212 236 -
CMYK 0.13 0.10 0 0.07
HSL 226.45º 0.45% 0.86% -
HSV(B) 226.45º 0.13% 0.93% -
XYZ 63.86 66.12 88.75 -
YUV 212.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 205 212 236 0.13 0.10 0 0.07 226.45 0.45 0.86
Hex CD D4 EC D A 0 7 E2 2D 56
Octal 315 324 354 15 12 0 7 342 55 126
Binary 11001101 11010100 11101100 1101 1010 0 111 11100010 101101 1010110

Color Harmonies of #CDD4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD4EC

Black with #CDD4EC

Text Example


Text Example

White with #CDD4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD4EC; }

 p { color: rgb(205,212,236); }

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

background-color css

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

 a { background-color: rgb(205,212,236); }

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

border-color css

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

 span { border-color: rgb(205,212,236); }

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