Html Css Color HEX #CDDAEA Hawkes Blue

📋 copy color: '#CDDAEA'

red 205 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #CDDAEA

Tints of Hawkes Blue #CDDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.62%

R = 31.2%
G = 33.18%
B = 35.62%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDDAEA (or 0xCDDAEA) is known color: Hawkes Blue. HEX triplet: CD, DA and EA. RGB value is (205,218,234). Sum of RGB (Red+Green+Blue) = 205+218+234=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAEA is #322515. Grayscale: #D7D7D7. Windows color (decimal): -3286294 or 15391437. OLE color: 15391437.

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

Color convert

RGB 205 218 234 -
CMYK 0.12 0.07 0 0.08
HSL 213.1º 0.41% 0.86% -
HSV(B) 213.1º 0.12% 0.92% -
XYZ 65.1 69.06 87.74 -
YUV 215.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 205 218 234 0.12 0.07 0 0.08 213.1 0.41 0.86
Hex CD DA EA C 7 0 8 D5 29 56
Octal 315 332 352 14 7 0 10 325 51 126
Binary 11001101 11011010 11101010 1100 111 0 1000 11010101 101001 1010110

Color Harmonies of #CDDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAEA

Black with #CDDAEA

Text Example


Text Example

White with #CDDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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