Html Css Color HEX #CDD3EE Hawkes Blue

📋 copy color: '#CDD3EE'

red 205 ◦ green 211 ◦ blue 238

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

Shades of Hawkes Blue #CDD3EE

Tints of Hawkes Blue #CDD3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.39%

R = 31.35%
G = 32.26%
B = 36.39%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD3EE (or 0xCDD3EE) is known color: Hawkes Blue. HEX triplet: CD, D3 and EE. RGB value is (205,211,238). Sum of RGB (Red+Green+Blue) = 205+211+238=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 211 (82.81% from 255 or 32.26% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3EE is #322C11. Grayscale: #D4D4D4. Windows color (decimal): -3288082 or 15651789. OLE color: 15651789.

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

Color convert

RGB 205 211 238 -
CMYK 0.14 0.11 0 0.07
HSL 229.09º 0.49% 0.87% -
HSV(B) 229.09º 0.14% 0.93% -
XYZ 63.9 65.74 90.21 -
YUV 212.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 205 211 238 0.14 0.11 0 0.07 229.09 0.49 0.87
Hex CD D3 EE E B 0 7 E5 31 57
Octal 315 323 356 16 13 0 7 345 61 127
Binary 11001101 11010011 11101110 1110 1011 0 111 11100101 110001 1010111

Color Harmonies of #CDD3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3EE

Black with #CDD3EE

Text Example


Text Example

White with #CDD3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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