Html Css Color HEX #CDD3F2 Hawkes Blue

📋 copy color: '#CDD3F2'

red 205 ◦ green 211 ◦ blue 242

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

Shades of Hawkes Blue #CDD3F2

Tints of Hawkes Blue #CDD3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.07%

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

R = 31.16%
G = 32.07%
B = 36.78%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDD3F2 (or 0xCDD3F2) is known color: Hawkes Blue. HEX triplet: CD, D3 and F2. RGB value is (205,211,242). Sum of RGB (Red+Green+Blue) = 205+211+242=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3F2 is #322C0D. Grayscale: #D4D4D4. Windows color (decimal): -3288078 or 15913933. OLE color: 15913933.

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

Color convert

RGB 205 211 242 -
CMYK 0.15 0.13 0 0.05
HSL 230.27º 0.59% 0.88% -
HSV(B) 230.27º 0.15% 0.95% -
XYZ 64.5 65.98 93.34 -
YUV 212.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 205 211 242 0.15 0.13 0 0.05 230.27 0.59 0.88
Hex CD D3 F2 F D 0 5 E6 3B 58
Octal 315 323 362 17 15 0 5 346 73 130
Binary 11001101 11010011 11110010 1111 1101 0 101 11100110 111011 1011000

Color Harmonies of #CDD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3F2

Black with #CDD3F2

Text Example


Text Example

White with #CDD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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