Html Css Color HEX #CDDCFB Hawkes Blue

📋 copy color: '#CDDCFB'

red 205 ◦ green 220 ◦ blue 251

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

Shades of Hawkes Blue #CDDCFB

Tints of Hawkes Blue #CDDCFB

RGB

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

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

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

R = 30.33%
G = 32.54%
B = 37.13%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDDCFB (or 0xCDDCFB) is known color: Hawkes Blue. HEX triplet: CD, DC and FB. RGB value is (205,220,251). Sum of RGB (Red+Green+Blue) = 205+220+251=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFB is #322304. Grayscale: #DADADA. Windows color (decimal): -3285765 or 16506061. OLE color: 16506061.

HSL color Cylindrical-coordinate representation of color #CDDCFB: hue angle of 220.43º 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 #CDDCFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 220 251 -
CMYK 0.18 0.12 0 0.02
HSL 220.43º 0.85% 0.89% -
HSV(B) 220.43º 0.18% 0.98% -
XYZ 68.18 71.13 101.4 -
YUV 219.05 146.03 117.98 -
System Red Green Blue C M Y K H S L
Decimal 205 220 251 0.18 0.12 0 0.02 220.43 0.85 0.89
Hex CD DC FB 12 C 0 2 DC 55 59
Octal 315 334 373 22 14 0 2 334 125 131
Binary 11001101 11011100 11111011 10010 1100 0 10 11011100 1010101 1011001

Color Harmonies of #CDDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCFB

Black with #CDDCFB

Text Example


Text Example

White with #CDDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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