Html Css Color HEX #CDD5EE Hawkes Blue

📋 copy color: '#CDD5EE'

red 205 ◦ green 213 ◦ blue 238

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

Shades of Hawkes Blue #CDD5EE

Tints of Hawkes Blue #CDD5EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 31.25%
G = 32.47%
B = 36.28%

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

#CDD5EE (or 0xCDD5EE) is known color: Hawkes Blue. HEX triplet: CD, D5 and EE. RGB value is (205,213,238). Sum of RGB (Red+Green+Blue) = 205+213+238=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5EE is #322A11. Grayscale: #D5D5D5. Windows color (decimal): -3287570 or 15652301. OLE color: 15652301.

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

Color convert

RGB 205 213 238 -
CMYK 0.14 0.11 0 0.07
HSL 225.45º 0.49% 0.87% -
HSV(B) 225.45º 0.14% 0.93% -
XYZ 64.4 66.74 90.38 -
YUV 213.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 205 213 238 0.14 0.11 0 0.07 225.45 0.49 0.87
Hex CD D5 EE E B 0 7 E1 31 57
Octal 315 325 356 16 13 0 7 341 61 127
Binary 11001101 11010101 11101110 1110 1011 0 111 11100001 110001 1010111

Color Harmonies of #CDD5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD5EE

Black with #CDD5EE

Text Example


Text Example

White with #CDD5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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