Html Css Color HEX #CDD4EB Hawkes Blue

📋 copy color: '#CDD4EB'

red 205 ◦ green 212 ◦ blue 235

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

Shades of Hawkes Blue #CDD4EB

Tints of Hawkes Blue #CDD4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.04%

R = 31.44%
G = 32.52%
B = 36.04%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CDD4EB (or 0xCDD4EB) is known color: Hawkes Blue. HEX triplet: CD, D4 and EB. RGB value is (205,212,235). Sum of RGB (Red+Green+Blue) = 205+212+235=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDD4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4EB is #322B14. Grayscale: #D4D4D4. Windows color (decimal): -3287829 or 15455437. OLE color: 15455437.

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

Color convert

RGB 205 212 235 -
CMYK 0.13 0.10 0 0.08
HSL 226º 0.43% 0.86% -
HSV(B) 226º 0.13% 0.92% -
XYZ 63.72 66.06 87.99 -
YUV 212.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 205 212 235 0.13 0.10 0 0.08 226 0.43 0.86
Hex CD D4 EB D A 0 8 E2 2B 56
Octal 315 324 353 15 12 0 10 342 53 126
Binary 11001101 11010100 11101011 1101 1010 0 1000 11100010 101011 1010110

Color Harmonies of #CDD4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD4EB

Black with #CDD4EB

Text Example


Text Example

White with #CDD4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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