Html Css Color HEX #CDD3E7 Hawkes Blue

📋 copy color: '#CDD3E7'

red 205 ◦ green 211 ◦ blue 231

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

Shades of Hawkes Blue #CDD3E7

Tints of Hawkes Blue #CDD3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.7%

R = 31.68%
G = 32.61%
B = 35.7%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDD3E7 (or 0xCDD3E7) is known color: Hawkes Blue. HEX triplet: CD, D3 and E7. RGB value is (205,211,231). Sum of RGB (Red+Green+Blue) = 205+211+231=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 231 (90.62% from 255 or 35.70% from 647); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDD3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3E7 is #322C18. Grayscale: #D3D3D3. Windows color (decimal): -3288089 or 15193037. OLE color: 15193037.

HSL color Cylindrical-coordinate representation of color #CDD3E7: hue angle of 226.15º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD3E7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 211 231 -
CMYK 0.11 0.09 0 0.09
HSL 226.15º 0.35% 0.85% -
HSV(B) 226.15º 0.11% 0.91% -
XYZ 62.89 65.34 84.9 -
YUV 211.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 205 211 231 0.11 0.09 0 0.09 226.15 0.35 0.85
Hex CD D3 E7 B 9 0 9 E2 23 55
Octal 315 323 347 13 11 0 11 342 43 125
Binary 11001101 11010011 11100111 1011 1001 0 1001 11100010 100011 1010101

Color Harmonies of #CDD3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3E7

Black with #CDD3E7

Text Example


Text Example

White with #CDD3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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