Html Css Color HEX #CDDAF5 Hawkes Blue

📋 copy color: '#CDDAF5'

red 205 ◦ green 218 ◦ blue 245

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

Shades of Hawkes Blue #CDDAF5

Tints of Hawkes Blue #CDDAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.68%

R = 30.69%
G = 32.63%
B = 36.68%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CDDAF5 (or 0xCDDAF5) is known color: Hawkes Blue. HEX triplet: CD, DA and F5. RGB value is (205,218,245). Sum of RGB (Red+Green+Blue) = 205+218+245=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF5 is #32250A. Grayscale: #D9D9D9. Windows color (decimal): -3286283 or 16112333. OLE color: 16112333.

HSL color Cylindrical-coordinate representation of color #CDDAF5: hue angle of 220.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDDAF5 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 218 245 -
CMYK 0.16 0.11 0 0.04
HSL 220.5º 0.67% 0.88% -
HSV(B) 220.5º 0.16% 0.96% -
XYZ 66.73 69.71 96.33 -
YUV 217.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 205 218 245 0.16 0.11 0 0.04 220.5 0.67 0.88
Hex CD DA F5 10 B 0 4 DC 43 58
Octal 315 332 365 20 13 0 4 334 103 130
Binary 11001101 11011010 11110101 10000 1011 0 100 11011100 1000011 1011000

Color Harmonies of #CDDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAF5

Black with #CDDAF5

Text Example


Text Example

White with #CDDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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