Html Css Color HEX #CDCFE5 Periwinkle

📋 copy color: '#CDCFE5'

red 205 ◦ green 207 ◦ blue 229

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

Shades of Periwinkle #CDCFE5

Tints of Periwinkle #CDCFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.29%

 BLUE value IS 229 (89.84% from 255) = 35.73%

R = 31.98%
G = 32.29%
B = 35.73%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDCFE5 (or 0xCDCFE5) is known color: Periwinkle. HEX triplet: CD, CF and E5. RGB value is (205,207,229). Sum of RGB (Red+Green+Blue) = 205+207+229=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDCFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCFE5 is #32301A. Grayscale: #D0D0D0. Windows color (decimal): -3289115 or 15060941. OLE color: 15060941.

HSL color Cylindrical-coordinate representation of color #CDCFE5: hue angle of 235º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCFE5 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 207 229 -
CMYK 0.10 0.10 0 0.10
HSL 235º 0.32% 0.85% -
HSV(B) 235º 0.1% 0.9% -
XYZ 61.63 63.26 83.09 -
YUV 208.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 205 207 229 0.10 0.10 0 0.10 235 0.32 0.85
Hex CD CF E5 A A 0 A EB 20 55
Octal 315 317 345 12 12 0 12 353 40 125
Binary 11001101 11001111 11100101 1010 1010 0 1010 11101011 100000 1010101

Color Harmonies of #CDCFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCFE5

Black with #CDCFE5

Text Example


Text Example

White with #CDCFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCFE5; }

 p { color: rgb(205,207,229); }

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

background-color css

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

 a { background-color: rgb(205,207,229); }

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

border-color css

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

 span { border-color: rgb(205,207,229); }

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