Html Css Color HEX #CDD8E8 Hawkes Blue

📋 copy color: '#CDD8E8'

red 205 ◦ green 216 ◦ blue 232

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

Shades of Hawkes Blue #CDD8E8

Tints of Hawkes Blue #CDD8E8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.08%

 BLUE value IS 232 (91.02% from 255) = 35.53%

R = 31.39%
G = 33.08%
B = 35.53%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDD8E8 (or 0xCDD8E8) is known color: Hawkes Blue. HEX triplet: CD, D8 and E8. RGB value is (205,216,232). Sum of RGB (Red+Green+Blue) = 205+216+232=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8E8 is #322717. Grayscale: #D6D6D6. Windows color (decimal): -3286808 or 15259853. OLE color: 15259853.

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

Color convert

RGB 205 216 232 -
CMYK 0.12 0.07 0 0.09
HSL 215.56º 0.37% 0.86% -
HSV(B) 215.56º 0.12% 0.91% -
XYZ 64.3 67.92 86.06 -
YUV 214.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 205 216 232 0.12 0.07 0 0.09 215.56 0.37 0.86
Hex CD D8 E8 C 7 0 9 D8 25 56
Octal 315 330 350 14 7 0 11 330 45 126
Binary 11001101 11011000 11101000 1100 111 0 1001 11011000 100101 1010110

Color Harmonies of #CDD8E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8E8

Black with #CDD8E8

Text Example


Text Example

White with #CDD8E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8E8; }

 p { color: rgb(205,216,232); }

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

background-color css

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

 a { background-color: rgb(205,216,232); }

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

border-color css

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

 span { border-color: rgb(205,216,232); }

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