Html Css Color HEX #CDDAFB Hawkes Blue

📋 copy color: '#CDDAFB'

red 205 ◦ green 218 ◦ blue 251

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

Shades of Hawkes Blue #CDDAFB

Tints of Hawkes Blue #CDDAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.24%

R = 30.42%
G = 32.34%
B = 37.24%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDDAFB (or 0xCDDAFB) is known color: Hawkes Blue. HEX triplet: CD, DA and FB. RGB value is (205,218,251). Sum of RGB (Red+Green+Blue) = 205+218+251=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDAFB is #322504. Grayscale: #D9D9D9. Windows color (decimal): -3286277 or 16505549. OLE color: 16505549.

HSL color Cylindrical-coordinate representation of color #CDDAFB: hue angle of 223.04º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDAFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 218 251 -
CMYK 0.18 0.13 0 0.02
HSL 223.04º 0.85% 0.89% -
HSV(B) 223.04º 0.18% 0.98% -
XYZ 67.66 70.09 101.23 -
YUV 217.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 205 218 251 0.18 0.13 0 0.02 223.04 0.85 0.89
Hex CD DA FB 12 D 0 2 DF 55 59
Octal 315 332 373 22 15 0 2 337 125 131
Binary 11001101 11011010 11111011 10010 1101 0 10 11011111 1010101 1011001

Color Harmonies of #CDDAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDAFB

Black with #CDDAFB

Text Example


Text Example

White with #CDDAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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