Html Css Color HEX #CCD0DE Periwinkle

📋 copy color: '#CCD0DE'

red 204 ◦ green 208 ◦ blue 222

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

Shades of Periwinkle #CCD0DE

Tints of Periwinkle #CCD0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.81%

 BLUE value IS 222 (87.11% from 255) = 35.02%

R = 32.18%
G = 32.81%
B = 35.02%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD0DE (or 0xCCD0DE) is known color: Periwinkle. HEX triplet: CC, D0 and DE. RGB value is (204,208,222). Sum of RGB (Red+Green+Blue) = 204+208+222=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 208 (81.64% from 255 or 32.81% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0DE is #332F21. Grayscale: #D0D0D0. Windows color (decimal): -3354402 or 14602444. OLE color: 14602444.

HSL color Cylindrical-coordinate representation of color #CCD0DE: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD0DE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 208 222 -
CMYK 0.08 0.06 0 0.13
HSL 226.67º 0.21% 0.84% -
HSV(B) 226.67º 0.08% 0.87% -
XYZ 60.64 63.22 78.11 -
YUV 208.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 204 208 222 0.08 0.06 0 0.13 226.67 0.21 0.84
Hex CC D0 DE 8 6 0 D E3 15 54
Octal 314 320 336 10 6 0 15 343 25 124
Binary 11001100 11010000 11011110 1000 110 0 1101 11100011 10101 1010100

Color Harmonies of #CCD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0DE

Black with #CCD0DE

Text Example


Text Example

White with #CCD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0DE; }

 p { color: rgb(204,208,222); }

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

background-color css

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

 a { background-color: rgb(204,208,222); }

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

border-color css

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

 span { border-color: rgb(204,208,222); }

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