Html Css Color HEX #CDD4ED Hawkes Blue

📋 copy color: '#CDD4ED'

red 205 ◦ green 212 ◦ blue 237

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

Shades of Hawkes Blue #CDD4ED

Tints of Hawkes Blue #CDD4ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 31.35%
G = 32.42%
B = 36.24%

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

#CDD4ED (or 0xCDD4ED) is known color: Hawkes Blue. HEX triplet: CD, D4 and ED. RGB value is (205,212,237). Sum of RGB (Red+Green+Blue) = 205+212+237=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4ED is #322B12. Grayscale: #D4D4D4. Windows color (decimal): -3287827 or 15586509. OLE color: 15586509.

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

Color convert

RGB 205 212 237 -
CMYK 0.14 0.11 0 0.07
HSL 226.88º 0.47% 0.87% -
HSV(B) 226.88º 0.14% 0.93% -
XYZ 64.01 66.18 89.52 -
YUV 212.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 205 212 237 0.14 0.11 0 0.07 226.88 0.47 0.87
Hex CD D4 ED E B 0 7 E3 2F 57
Octal 315 324 355 16 13 0 7 343 57 127
Binary 11001101 11010100 11101101 1110 1011 0 111 11100011 101111 1010111

Color Harmonies of #CDD4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD4ED

Black with #CDD4ED

Text Example


Text Example

White with #CDD4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD4ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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