Html Css Color HEX #CDDAED Hawkes Blue

📋 copy color: '#CDDAED'

red 205 ◦ green 218 ◦ blue 237

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

Shades of Hawkes Blue #CDDAED

Tints of Hawkes Blue #CDDAED

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.03%

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

R = 31.06%
G = 33.03%
B = 35.91%

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

#CDDAED (or 0xCDDAED) is known color: Hawkes Blue. HEX triplet: CD, DA and ED. RGB value is (205,218,237). Sum of RGB (Red+Green+Blue) = 205+218+237=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAED is #322512. Grayscale: #D8D8D8. Windows color (decimal): -3286291 or 15588045. OLE color: 15588045.

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

Color convert

RGB 205 218 237 -
CMYK 0.14 0.08 0 0.07
HSL 215.63º 0.47% 0.87% -
HSV(B) 215.63º 0.14% 0.93% -
XYZ 65.53 69.24 90.03 -
YUV 216.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 205 218 237 0.14 0.08 0 0.07 215.63 0.47 0.87
Hex CD DA ED E 8 0 7 D8 2F 57
Octal 315 332 355 16 10 0 7 330 57 127
Binary 11001101 11011010 11101101 1110 1000 0 111 11011000 101111 1010111

Color Harmonies of #CDDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAED

Black with #CDDAED

Text Example


Text Example

White with #CDDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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