Html Css Color HEX #CDD4EA Hawkes Blue

📋 copy color: '#CDD4EA'

red 205 ◦ green 212 ◦ blue 234

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

Shades of Hawkes Blue #CDD4EA

Tints of Hawkes Blue #CDD4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.57%

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

R = 31.49%
G = 32.57%
B = 35.94%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD4EA (or 0xCDD4EA) is known color: Hawkes Blue. HEX triplet: CD, D4 and EA. RGB value is (205,212,234). Sum of RGB (Red+Green+Blue) = 205+212+234=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EA is #322B15. Grayscale: #D4D4D4. Windows color (decimal): -3287830 or 15389901. OLE color: 15389901.

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

Color convert

RGB 205 212 234 -
CMYK 0.12 0.09 0 0.08
HSL 225.52º 0.41% 0.86% -
HSV(B) 225.52º 0.12% 0.92% -
XYZ 63.57 66.01 87.23 -
YUV 212.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 205 212 234 0.12 0.09 0 0.08 225.52 0.41 0.86
Hex CD D4 EA C 9 0 8 E2 29 56
Octal 315 324 352 14 11 0 10 342 51 126
Binary 11001101 11010100 11101010 1100 1001 0 1000 11100010 101001 1010110

Color Harmonies of #CDD4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD4EA

Black with #CDD4EA

Text Example


Text Example

White with #CDD4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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