Html Css Color HEX #CDDBEE Hawkes Blue

📋 copy color: '#CDDBEE'

red 205 ◦ green 219 ◦ blue 238

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

Shades of Hawkes Blue #CDDBEE

Tints of Hawkes Blue #CDDBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.08%

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

R = 30.97%
G = 33.08%
B = 35.95%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDDBEE (or 0xCDDBEE) is known color: Hawkes Blue. HEX triplet: CD, DB and EE. RGB value is (205,219,238). Sum of RGB (Red+Green+Blue) = 205+219+238=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDDBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBEE is #322411. Grayscale: #D8D8D8. Windows color (decimal): -3286034 or 15653837. OLE color: 15653837.

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

Color convert

RGB 205 219 238 -
CMYK 0.14 0.08 0 0.07
HSL 214.55º 0.49% 0.87% -
HSV(B) 214.55º 0.14% 0.93% -
XYZ 65.94 69.82 90.89 -
YUV 216.98 139.86 119.46 -
System Red Green Blue C M Y K H S L
Decimal 205 219 238 0.14 0.08 0 0.07 214.55 0.49 0.87
Hex CD DB EE E 8 0 7 D7 31 57
Octal 315 333 356 16 10 0 7 327 61 127
Binary 11001101 11011011 11101110 1110 1000 0 111 11010111 110001 1010111

Color Harmonies of #CDDBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDBEE

Black with #CDDBEE

Text Example


Text Example

White with #CDDBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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