Html Css Color HEX #CDDBF0 Hawkes Blue

📋 copy color: '#CDDBF0'

red 205 ◦ green 219 ◦ blue 240

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

Shades of Hawkes Blue #CDDBF0

Tints of Hawkes Blue #CDDBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 30.87%
G = 32.98%
B = 36.14%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDDBF0 (or 0xCDDBF0) is known color: Hawkes Blue. HEX triplet: CD, DB and F0. RGB value is (205,219,240). Sum of RGB (Red+Green+Blue) = 205+219+240=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDDBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBF0 is #32240F. Grayscale: #D9D9D9. Windows color (decimal): -3286032 or 15784909. OLE color: 15784909.

HSL color Cylindrical-coordinate representation of color #CDDBF0: hue angle of 216º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDBF0 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 219 240 -
CMYK 0.15 0.09 0 0.06
HSL 216º 0.54% 0.87% -
HSV(B) 216º 0.15% 0.94% -
XYZ 66.24 69.93 92.45 -
YUV 217.21 140.86 119.29 -
System Red Green Blue C M Y K H S L
Decimal 205 219 240 0.15 0.09 0 0.06 216 0.54 0.87
Hex CD DB F0 F 9 0 6 D8 36 57
Octal 315 333 360 17 11 0 6 330 66 127
Binary 11001101 11011011 11110000 1111 1001 0 110 11011000 110110 1010111

Color Harmonies of #CDDBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDBF0

Black with #CDDBF0

Text Example


Text Example

White with #CDDBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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