Html Css Color HEX #CDDAFD Hawkes Blue

📋 copy color: '#CDDAFD'

red 205 ◦ green 218 ◦ blue 253

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

Shades of Hawkes Blue #CDDAFD

Tints of Hawkes Blue #CDDAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.43%

R = 30.33%
G = 32.25%
B = 37.43%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDDAFD (or 0xCDDAFD) is known color: Hawkes Blue. HEX triplet: CD, DA and FD. RGB value is (205,218,253). Sum of RGB (Red+Green+Blue) = 205+218+253=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFD is #322502. Grayscale: #D9D9D9. Windows color (decimal): -3286275 or 16636621. OLE color: 16636621.

HSL color Cylindrical-coordinate representation of color #CDDAFD: hue angle of 223.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDDAFD is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 218 253 -
CMYK 0.19 0.14 0 0.01
HSL 223.75º 0.92% 0.9% -
HSV(B) 223.75º 0.19% 0.99% -
XYZ 67.98 70.21 102.9 -
YUV 218.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 205 218 253 0.19 0.14 0 0.01 223.75 0.92 0.9
Hex CD DA FD 13 E 0 1 E0 5C 5A
Octal 315 332 375 23 16 0 1 340 134 132
Binary 11001101 11011010 11111101 10011 1110 0 1 11100000 1011100 1011010

Color Harmonies of #CDDAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAFD

Black with #CDDAFD

Text Example


Text Example

White with #CDDAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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