Html Css Color HEX #CDDCFA Hawkes Blue

📋 copy color: '#CDDCFA'

red 205 ◦ green 220 ◦ blue 250

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

Shades of Hawkes Blue #CDDCFA

Tints of Hawkes Blue #CDDCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.04%

R = 30.37%
G = 32.59%
B = 37.04%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDDCFA (or 0xCDDCFA) is known color: Hawkes Blue. HEX triplet: CD, DC and FA. RGB value is (205,220,250). Sum of RGB (Red+Green+Blue) = 205+220+250=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDDCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCFA is #322305. Grayscale: #DADADA. Windows color (decimal): -3285766 or 16440525. OLE color: 16440525.

HSL color Cylindrical-coordinate representation of color #CDDCFA: hue angle of 220º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDCFA is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 220 250 -
CMYK 0.18 0.12 0 0.02
HSL 220º 0.82% 0.89% -
HSV(B) 220º 0.18% 0.98% -
XYZ 68.03 71.07 100.57 -
YUV 218.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 205 220 250 0.18 0.12 0 0.02 220 0.82 0.89
Hex CD DC FA 12 C 0 2 DC 52 59
Octal 315 334 372 22 14 0 2 334 122 131
Binary 11001101 11011100 11111010 10010 1100 0 10 11011100 1010010 1011001

Color Harmonies of #CDDCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCFA

Black with #CDDCFA

Text Example


Text Example

White with #CDDCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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