Html Css Color HEX #CDE2FD Hawkes Blue

📋 copy color: '#CDE2FD'

red 205 ◦ green 226 ◦ blue 253

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

Shades of Hawkes Blue #CDE2FD

Tints of Hawkes Blue #CDE2FD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.04%

 BLUE value IS 253 (99.22% from 255) = 36.99%

R = 29.97%
G = 33.04%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDE2FD (or 0xCDE2FD) is known color: Hawkes Blue. HEX triplet: CD, E2 and FD. RGB value is (205,226,253). Sum of RGB (Red+Green+Blue) = 205+226+253=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE2FD is #321D02. Grayscale: #DEDEDE. Windows color (decimal): -3284227 or 16638669. OLE color: 16638669.

HSL color Cylindrical-coordinate representation of color #CDE2FD: hue angle of 213.75º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDE2FD is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 226 253 -
CMYK 0.19 0.11 0 0.01
HSL 213.75º 0.92% 0.9% -
HSV(B) 213.75º 0.19% 0.99% -
XYZ 70.1 74.46 103.61 -
YUV 222.8 145.04 115.3 -
System Red Green Blue C M Y K H S L
Decimal 205 226 253 0.19 0.11 0 0.01 213.75 0.92 0.9
Hex CD E2 FD 13 B 0 1 D6 5C 5A
Octal 315 342 375 23 13 0 1 326 134 132
Binary 11001101 11100010 11111101 10011 1011 0 1 11010110 1011100 1011010

Color Harmonies of #CDE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE2FD

Black with #CDE2FD

Text Example


Text Example

White with #CDE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE2FD; }

 p { color: rgb(205,226,253); }

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

background-color css

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

 a { background-color: rgb(205,226,253); }

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

border-color css

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

 span { border-color: rgb(205,226,253); }

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