Html Css Color HEX #CDD3EA Hawkes Blue

📋 copy color: '#CDD3EA'

red 205 ◦ green 211 ◦ blue 234

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

Shades of Hawkes Blue #CDD3EA

Tints of Hawkes Blue #CDD3EA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.46%

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

R = 31.54%
G = 32.46%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD3EA (or 0xCDD3EA) is known color: Hawkes Blue. HEX triplet: CD, D3 and EA. RGB value is (205,211,234). Sum of RGB (Red+Green+Blue) = 205+211+234=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDD3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EA is #322C15. Grayscale: #D3D3D3. Windows color (decimal): -3288086 or 15389645. OLE color: 15389645.

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

Color convert

RGB 205 211 234 -
CMYK 0.12 0.10 0 0.08
HSL 227.59º 0.41% 0.86% -
HSV(B) 227.59º 0.12% 0.92% -
XYZ 63.32 65.51 87.15 -
YUV 211.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 205 211 234 0.12 0.10 0 0.08 227.59 0.41 0.86
Hex CD D3 EA C A 0 8 E4 29 56
Octal 315 323 352 14 12 0 10 344 51 126
Binary 11001101 11010011 11101010 1100 1010 0 1000 11100100 101001 1010110

Color Harmonies of #CDD3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3EA

Black with #CDD3EA

Text Example


Text Example

White with #CDD3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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