Html Css Color HEX #CDD5ED Hawkes Blue

📋 copy color: '#CDD5ED'

red 205 ◦ green 213 ◦ blue 237

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

Shades of Hawkes Blue #CDD5ED

Tints of Hawkes Blue #CDD5ED

RGB

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

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

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

R = 31.3%
G = 32.52%
B = 36.18%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD5ED (or 0xCDD5ED) is known color: Hawkes Blue. HEX triplet: CD, D5 and ED. RGB value is (205,213,237). Sum of RGB (Red+Green+Blue) = 205+213+237=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 213 (83.59% from 255 or 32.52% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5ED is #322A12. Grayscale: #D5D5D5. Windows color (decimal): -3287571 or 15586765. OLE color: 15586765.

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

Color convert

RGB 205 213 237 -
CMYK 0.14 0.10 0 0.07
HSL 225º 0.47% 0.87% -
HSV(B) 225º 0.14% 0.93% -
XYZ 64.26 66.68 89.6 -
YUV 213.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 205 213 237 0.14 0.10 0 0.07 225 0.47 0.87
Hex CD D5 ED E A 0 7 E1 2F 57
Octal 315 325 355 16 12 0 7 341 57 127
Binary 11001101 11010101 11101101 1110 1010 0 111 11100001 101111 1010111

Color Harmonies of #CDD5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5ED

Black with #CDD5ED

Text Example


Text Example

White with #CDD5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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