Html Css Color HEX #CDDAF2 Hawkes Blue

📋 copy color: '#CDDAF2'

red 205 ◦ green 218 ◦ blue 242

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

Shades of Hawkes Blue #CDDAF2

Tints of Hawkes Blue #CDDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.39%

R = 30.83%
G = 32.78%
B = 36.39%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDDAF2 (or 0xCDDAF2) is known color: Hawkes Blue. HEX triplet: CD, DA and F2. RGB value is (205,218,242). Sum of RGB (Red+Green+Blue) = 205+218+242=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAF2 is #32250D. Grayscale: #D8D8D8. Windows color (decimal): -3286286 or 15915725. OLE color: 15915725.

HSL color Cylindrical-coordinate representation of color #CDDAF2: hue angle of 218.92º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDDAF2 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 218 242 -
CMYK 0.15 0.10 0 0.05
HSL 218.92º 0.59% 0.88% -
HSV(B) 218.92º 0.15% 0.95% -
XYZ 66.28 69.53 93.93 -
YUV 216.85 142.19 119.55 -
System Red Green Blue C M Y K H S L
Decimal 205 218 242 0.15 0.10 0 0.05 218.92 0.59 0.88
Hex CD DA F2 F A 0 5 DB 3B 58
Octal 315 332 362 17 12 0 5 333 73 130
Binary 11001101 11011010 11110010 1111 1010 0 101 11011011 111011 1011000

Color Harmonies of #CDDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAF2

Black with #CDDAF2

Text Example


Text Example

White with #CDDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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