Html Css Color HEX #CCD1EE Hawkes Blue

📋 copy color: '#CCD1EE'

red 204 ◦ green 209 ◦ blue 238

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

Shades of Hawkes Blue #CCD1EE

Tints of Hawkes Blue #CCD1EE

RGB

 RED value IS 204 (80.08% from 255) = 31.34%

 GREEN value IS 209 (82.03% from 255) = 32.1%

 BLUE value IS 238 (93.36% from 255) = 36.56%

R = 31.34%
G = 32.1%
B = 36.56%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCD1EE (or 0xCCD1EE) is known color: Hawkes Blue. HEX triplet: CC, D1 and EE. RGB value is (204,209,238). Sum of RGB (Red+Green+Blue) = 204+209+238=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1EE is #332E11. Grayscale: #D2D2D2. Windows color (decimal): -3354130 or 15651276. OLE color: 15651276.

HSL color Cylindrical-coordinate representation of color #CCD1EE: hue angle of 231.18º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCD1EE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 209 238 -
CMYK 0.14 0.12 0 0.07
HSL 231.18º 0.5% 0.87% -
HSV(B) 231.18º 0.14% 0.93% -
XYZ 63.13 64.61 90.03 -
YUV 210.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 204 209 238 0.14 0.12 0 0.07 231.18 0.5 0.87
Hex CC D1 EE E C 0 7 E7 32 57
Octal 314 321 356 16 14 0 7 347 62 127
Binary 11001100 11010001 11101110 1110 1100 0 111 11100111 110010 1010111

Color Harmonies of #CCD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1EE

Black with #CCD1EE

Text Example


Text Example

White with #CCD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1EE; }

 p { color: rgb(204,209,238); }

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

background-color css

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

 a { background-color: rgb(204,209,238); }

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

border-color css

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

 span { border-color: rgb(204,209,238); }

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