Html Css Color HEX #CDDCF2 Hawkes Blue

📋 copy color: '#CDDCF2'

red 205 ◦ green 220 ◦ blue 242

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

Shades of Hawkes Blue #CDDCF2

Tints of Hawkes Blue #CDDCF2

RGB

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

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

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

R = 30.73%
G = 32.98%
B = 36.28%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDDCF2 (or 0xCDDCF2) is known color: Hawkes Blue. HEX triplet: CD, DC and F2. RGB value is (205,220,242). Sum of RGB (Red+Green+Blue) = 205+220+242=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCF2 is #32230D. Grayscale: #D9D9D9. Windows color (decimal): -3285774 or 15916237. OLE color: 15916237.

HSL color Cylindrical-coordinate representation of color #CDDCF2: hue angle of 215.68º 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 #CDDCF2 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 220 242 -
CMYK 0.15 0.09 0 0.05
HSL 215.68º 0.59% 0.88% -
HSV(B) 215.68º 0.15% 0.95% -
XYZ 66.8 70.58 94.11 -
YUV 218.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 205 220 242 0.15 0.09 0 0.05 215.68 0.59 0.88
Hex CD DC F2 F 9 0 5 D8 3B 58
Octal 315 334 362 17 11 0 5 330 73 130
Binary 11001101 11011100 11110010 1111 1001 0 101 11011000 111011 1011000

Color Harmonies of #CDDCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCF2

Black with #CDDCF2

Text Example


Text Example

White with #CDDCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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