Html Css Color HEX #CDDDF2 Hawkes Blue

📋 copy color: '#CDDDF2'

red 205 ◦ green 221 ◦ blue 242

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

Shades of Hawkes Blue #CDDDF2

Tints of Hawkes Blue #CDDDF2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.08%

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

R = 30.69%
G = 33.08%
B = 36.23%

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

#CDDDF2 (or 0xCDDDF2) is known color: Hawkes Blue. HEX triplet: CD, DD and F2. RGB value is (205,221,242). Sum of RGB (Red+Green+Blue) = 205+221+242=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDF2 is #32220D. Grayscale: #DADADA. Windows color (decimal): -3285518 or 15916493. OLE color: 15916493.

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

Color convert

RGB 205 221 242 -
CMYK 0.15 0.09 0 0.05
HSL 214.05º 0.59% 0.88% -
HSV(B) 214.05º 0.15% 0.95% -
XYZ 67.06 71.1 94.19 -
YUV 218.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 205 221 242 0.15 0.09 0 0.05 214.05 0.59 0.88
Hex CD DD F2 F 9 0 5 D6 3B 58
Octal 315 335 362 17 11 0 5 326 73 130
Binary 11001101 11011101 11110010 1111 1001 0 101 11010110 111011 1011000

Color Harmonies of #CDDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDF2

Black with #CDDDF2

Text Example


Text Example

White with #CDDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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