Html Css Color HEX #CDD5EA Hawkes Blue

📋 copy color: '#CDD5EA'

red 205 ◦ green 213 ◦ blue 234

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

Shades of Hawkes Blue #CDD5EA

Tints of Hawkes Blue #CDD5EA

RGB

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

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

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

R = 31.44%
G = 32.67%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD5EA (or 0xCDD5EA) is known color: Hawkes Blue. HEX triplet: CD, D5 and EA. RGB value is (205,213,234). Sum of RGB (Red+Green+Blue) = 205+213+234=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5EA is #322A15. Grayscale: #D4D4D4. Windows color (decimal): -3287574 or 15390157. OLE color: 15390157.

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

Color convert

RGB 205 213 234 -
CMYK 0.12 0.09 0 0.08
HSL 223.45º 0.41% 0.86% -
HSV(B) 223.45º 0.12% 0.92% -
XYZ 63.82 66.51 87.32 -
YUV 213 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 205 213 234 0.12 0.09 0 0.08 223.45 0.41 0.86
Hex CD D5 EA C 9 0 8 DF 29 56
Octal 315 325 352 14 11 0 10 337 51 126
Binary 11001101 11010101 11101010 1100 1001 0 1000 11011111 101001 1010110

Color Harmonies of #CDD5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5EA

Black with #CDD5EA

Text Example


Text Example

White with #CDD5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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