Html Css Color HEX #CDDCF8 Hawkes Blue

📋 copy color: '#CDDCF8'

red 205 ◦ green 220 ◦ blue 248

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

Shades of Hawkes Blue #CDDCF8

Tints of Hawkes Blue #CDDCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.69%

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

R = 30.46%
G = 32.69%
B = 36.85%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CDDCF8 (or 0xCDDCF8) is known color: Hawkes Blue. HEX triplet: CD, DC and F8. RGB value is (205,220,248). Sum of RGB (Red+Green+Blue) = 205+220+248=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDDCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF8 is #322307. Grayscale: #DADADA. Windows color (decimal): -3285768 or 16309453. OLE color: 16309453.

HSL color Cylindrical-coordinate representation of color #CDDCF8: hue angle of 219.07º 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 #CDDCF8 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 220 248 -
CMYK 0.17 0.11 0 0.03
HSL 219.07º 0.75% 0.89% -
HSV(B) 219.07º 0.17% 0.97% -
XYZ 67.71 70.94 98.93 -
YUV 218.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 205 220 248 0.17 0.11 0 0.03 219.07 0.75 0.89
Hex CD DC F8 11 B 0 3 DB 4B 59
Octal 315 334 370 21 13 0 3 333 113 131
Binary 11001101 11011100 11111000 10001 1011 0 11 11011011 1001011 1011001

Color Harmonies of #CDDCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCF8

Black with #CDDCF8

Text Example


Text Example

White with #CDDCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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