Html Css Color HEX #CDD8EB Hawkes Blue

📋 copy color: '#CDD8EB'

red 205 ◦ green 216 ◦ blue 235

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

Shades of Hawkes Blue #CDD8EB

Tints of Hawkes Blue #CDD8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 31.25%
G = 32.93%
B = 35.82%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD8EB (or 0xCDD8EB) is known color: Hawkes Blue. HEX triplet: CD, D8 and EB. RGB value is (205,216,235). Sum of RGB (Red+Green+Blue) = 205+216+235=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EB is #322714. Grayscale: #D6D6D6. Windows color (decimal): -3286805 or 15456461. OLE color: 15456461.

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

Color convert

RGB 205 216 235 -
CMYK 0.13 0.08 0 0.08
HSL 218º 0.43% 0.86% -
HSV(B) 218º 0.13% 0.92% -
XYZ 64.73 68.09 88.33 -
YUV 214.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 205 216 235 0.13 0.08 0 0.08 218 0.43 0.86
Hex CD D8 EB D 8 0 8 DA 2B 56
Octal 315 330 353 15 10 0 10 332 53 126
Binary 11001101 11011000 11101011 1101 1000 0 1000 11011010 101011 1010110

Color Harmonies of #CDD8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8EB

Black with #CDD8EB

Text Example


Text Example

White with #CDD8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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