Html Css Color HEX #CDDAF8 Hawkes Blue

📋 copy color: '#CDDAF8'

red 205 ◦ green 218 ◦ blue 248

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

Shades of Hawkes Blue #CDDAF8

Tints of Hawkes Blue #CDDAF8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.49%

 BLUE value IS 248 (97.27% from 255) = 36.96%

R = 30.55%
G = 32.49%
B = 36.96%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CDDAF8 (or 0xCDDAF8) is known color: Hawkes Blue. HEX triplet: CD, DA and F8. RGB value is (205,218,248). Sum of RGB (Red+Green+Blue) = 205+218+248=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 218 (85.55% from 255 or 32.49% from 671); Blue value is 248 (97.27% from 255 or 36.96% from 671); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF8 is #322507. Grayscale: #D9D9D9. Windows color (decimal): -3286280 or 16308941. OLE color: 16308941.

HSL color Cylindrical-coordinate representation of color #CDDAF8: hue angle of 221.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDAF8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 218 248 -
CMYK 0.17 0.12 0 0.03
HSL 221.86º 0.75% 0.89% -
HSV(B) 221.86º 0.17% 0.97% -
XYZ 67.19 69.9 98.76 -
YUV 217.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 205 218 248 0.17 0.12 0 0.03 221.86 0.75 0.89
Hex CD DA F8 11 C 0 3 DE 4B 59
Octal 315 332 370 21 14 0 3 336 113 131
Binary 11001101 11011010 11111000 10001 1100 0 11 11011110 1001011 1011001

Color Harmonies of #CDDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAF8

Black with #CDDAF8

Text Example


Text Example

White with #CDDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAF8; }

 p { color: rgb(205,218,248); }

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

background-color css

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

 a { background-color: rgb(205,218,248); }

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

border-color css

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

 span { border-color: rgb(205,218,248); }

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