Html Css Color HEX #CDDBED Hawkes Blue

📋 copy color: '#CDDBED'

red 205 ◦ green 219 ◦ blue 237

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

Shades of Hawkes Blue #CDDBED

Tints of Hawkes Blue #CDDBED

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.13%

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

R = 31.01%
G = 33.13%
B = 35.85%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDDBED (or 0xCDDBED) is known color: Hawkes Blue. HEX triplet: CD, DB and ED. RGB value is (205,219,237). Sum of RGB (Red+Green+Blue) = 205+219+237=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBED is #322412. Grayscale: #D8D8D8. Windows color (decimal): -3286035 or 15588301. OLE color: 15588301.

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

Color convert

RGB 205 219 237 -
CMYK 0.14 0.08 0 0.07
HSL 213.75º 0.47% 0.87% -
HSV(B) 213.75º 0.14% 0.93% -
XYZ 65.79 69.76 90.12 -
YUV 216.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 205 219 237 0.14 0.08 0 0.07 213.75 0.47 0.87
Hex CD DB ED E 8 0 7 D6 2F 57
Octal 315 333 355 16 10 0 7 326 57 127
Binary 11001101 11011011 11101101 1110 1000 0 111 11010110 101111 1010111

Color Harmonies of #CDDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDBED

Black with #CDDBED

Text Example


Text Example

White with #CDDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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