Html Css Color HEX #CDDCFF Hawkes Blue

📋 copy color: '#CDDCFF'

red 205 ◦ green 220 ◦ blue 255

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

Shades of Hawkes Blue #CDDCFF

Tints of Hawkes Blue #CDDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.5%

R = 30.15%
G = 32.35%
B = 37.5%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDDCFF (or 0xCDDCFF) is known color: Hawkes Blue. HEX triplet: CD, DC and FF. RGB value is (205,220,255). Sum of RGB (Red+Green+Blue) = 205+220+255=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFF is #322300. Grayscale: #DBDBDB. Windows color (decimal): -3285761 or 16768205. OLE color: 16768205.

HSL color Cylindrical-coordinate representation of color #CDDCFF: hue angle of 222º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDDCFF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 220 255 -
CMYK 0.20 0.14 0 0
HSL 222º 1% 0.9% -
HSV(B) 222º 0.2% 1% -
XYZ 68.82 71.39 104.76 -
YUV 219.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 205 220 255 0.20 0.14 0 0 222 1 0.9
Hex CD DC FF 14 E 0 0 DE 64 5A
Octal 315 334 377 24 16 0 0 336 144 132
Binary 11001101 11011100 11111111 10100 1110 0 0 11011110 1100100 1011010

Color Harmonies of #CDDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCFF

Black with #CDDCFF

Text Example


Text Example

White with #CDDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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